(defface button): Add group.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 29 Dec 2002 23:49:30 +0000 (23:49 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 29 Dec 2002 23:49:30 +0000 (23:49 +0000)
lisp/button.el

index 17460fc8bcfe597908003e569e941b8c6f8eed5f..d6f089327a2787b96a7415892a48e0e16844116d 100644 (file)
@@ -53,7 +53,8 @@
 (defface button '((((type pc) (class color))
                   (:foreground "lightblue"))
                  (t :underline t))
-  "Default face used for buttons.")
+  "Default face used for buttons."
+  :group 'faces)
 
 ;;;###autoload
 (defvar button-map